Auto merge of #3335 - alexcrichton:fix-xcomiple, r=brson
authorbors <bors@rust-lang.org>
Fri, 2 Dec 2016 12:15:18 +0000 (12:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Dec 2016 12:15:18 +0000 (12:15 +0000)
commit307a613fcc4661f278292f6db27906dfa04cda74
tree1ed57c8ad4832d4fc918e9cf6804478d80d6eda7
parentc99ae7e82cfe06a80712ad071c71a43bbc966728
parenta298346d6e8862992be3fd93dd8a6c833cc72719
Auto merge of #3335 - alexcrichton:fix-xcomiple, r=brson

Add host dependency path via -L for cross compiles

Now that proc-macro crates can reexport from their dependencies we need to be
able to find the other crates, so ensure that we pass an appropriate -L flag.

Closes #3334